* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #e8eef78a !important;
}

.whole-page-wrapper {
    background-image: url("../Assets/E-70.png");
    background-position: center;
    background-size: contain;
    max-width:3200px;
    margin-left:auto;
    margin-right:auto;
}

.hero-image-div {
    position: relative;
    text-align: center ;
}

.hero-image-div img {
    object-fit: cover;
    min-height: 300px;
    max-height: 1160px;
}

.hero-image-div .hero-text {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 3px 3px 6px black;
    color: white;
}

.description-header {
    color: white;
    background-color: #d26e63;
    padding: 15px 0 15px 0;
    box-shadow: 0px 7px 10px 4px rgb(167 157 157 / 70%);
}

.description-section {
    text-align: center;
    background-image: url('../Assets/E-93.png');
    background-size: cover;
    height: 420px;
    z-index: 0;
    position: relative;
    background-position: bottom;
}

.description-section .text-div {
    position: relative;
    text-align: center;
    z-index: 1;
    max-width: 80ch;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 20px 0 20px;
    color:#1c2f4d;
}

.drop-element {
    height: 37px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.waves-section {
    min-height: 225px;
    background-image: url('../Assets/Subsides/Wave 1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.paper-boat-section {
    min-height: 225px;
    background-image: url('../Assets/Subsides/Paper Boat.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: paper-boat-animation;
    animation-duration: 3s;
    animation-iteration-count:infinite
}

@keyframes paper-boat-animation {
    0%, 100% {
        transform: rotateZ(-2deg);
      }
    
    50% {
        transform: rotateZ(2deg);
      }
}

.main-content-wrapper {
    background-image: url('../Assets/Subsides/subsides-wave-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.description-div-text {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 768px;
    color: #1c2f4d;
    padding: 50px 30px;
    border: 2px solid #1c2f4d;
    border-radius: 20px;
    background-color: #69addd61;
}

.description-div-text h2,
.description-div-text ul {
    margin-bottom: 20px !important;
}

.links-section .links-section-container {
    display: block;
}

.links-section .links-section-image-container {
    margin-top: 100px;
    margin-bottom: 75px;
    text-align: end;
}

.links-section .links-section-image-container img {
    height: 200px;
    transform: translateX(-350px);
}

.links-section-container .links-section-container-button {
    margin: 50px auto 50px auto;
    font-family: 'Poppins', serif;
    font-size: 30px;
    display: block;
    width: 490px;
    height: 80px;
    background-color: #f7c851;
    color: white;
    transition: .5s ease;
    border: 1px solid transparent;
    border-radius: 20px;
}

/*.links-section-container .links-section-container-button:hover,
.links-section-container .links-section-container-button:active {
    background-color: transparent;
    border: 1px solid #f7c851;
    color: white;
}*/

.links-section-container button:nth-child(2) {
    animation-name: first-button-animation;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

.links-section-container button:nth-child(3) {
    animation-name: second-button-animation;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

.links-section-container button:nth-child(4) {
    animation-name: third-button-animation;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

.links-section-container button:nth-child(5) {
    animation-name: fourth-button-animation;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

@keyframes first-button-animation {
    0%, 25%{
        background-color: #f7c851;
        transform: scale(1);
    }

    12% {
        background-color: #e9953f;
        transform: scale(1.2);
    }
}

@keyframes second-button-animation {
    25%, 50%{
        background-color: #f7c851;
        transform: scale(1);
    }

    37% {
        background-color: #e9953f;
        transform: scale(1.2);
    }
}

@keyframes third-button-animation {
    50%, 75%{
        background-color: #f7c851;
        transform: scale(1);
    }

    62% {
        background-color: #e9953f;
        transform: scale(1.2);
    }
}

@keyframes fourth-button-animation {
    75%, 100%{
        background-color: #f7c851;
        transform: scale(1);
    }

    88% {
        background-color: #e9953f;
        transform: scale(1.2);
    }
}

.link-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(247 247 247 / 90%);
    z-index: 9999;
    left:0;
    top:0;
    overflow: scroll;
    transform: translateX(-100%);
    transition: .5s ease;
}

.link-overlay .link-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #d26e63d1;
    color: white;
    padding: 0px 50px 30px 50px;
    border-radius: 10px;
    text-align: justify;
}

.link-overlay .link-container h2 {
    margin-bottom: 30px;
}

.link-overlay .link-container a {
    text-decoration: underline 2px #165788a6;
    text-underline-offset: 5px;
    color: #165788a6;
    transition: .5s;
}

.link-overlay .link-container a:hover {
    text-decoration: underline 2px transparent;
    text-underline-offset: 5px;
}

.link-container .link-button {
    margin: 50px auto 25px auto;
    font-family: 'Poppins', serif;
    font-size: 26px;
    display: block;
    width: 400px;
    height: 80px;
    background-color: #165788a6;
    color: white;
    transition: .5s ease;
    border: 1px solid transparent;
    border-radius: 20px;
}

.link-container .link-button:hover,
.link-container .link-button:active {
    background-color: transparent;
    border: 1px solid #165788;
    color: #165788;
}

.link-overlay .link-container .close-button {
    margin-left:auto;
    transform: translateY(-85px) translateX(50px);
    display: block;
    font-size: 24px;
    padding: 8px 16px;
    background-color: #d26e63;
    color:white;
    border: 1px solid #d26e63;
    transition: .5s ease;
    border-radius: 10px;
}

.link-overlay .link-container .close-button:hover{
    background-color: transparent;
    color:#d26e63;
}

.link-overlay-subheader {
    color:white;
    background-color: #d26e63;
    padding: 5px;
}

.link-submit-button p {
    margin-bottom: 0;
}

.link-submit-button button {
    text-align: center;
    margin: 80px auto;
    font-family: 'Poppins', serif;
    font-size: 30px;
    display: block;
    width: 300px;
    height: 70px;
    background-color: #f7c851;
    color: white;
    transition: .5s ease;
    border: 1px solid transparent;
}

.link-submit-button button:hover {
    background-color: transparent;
    border: 1px solid #f7c851;
    color: #f7c851;
}

.fishes-section {
    min-height: 388px;
    background-image: url('../Assets/Subsides/fishes-bg.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left:150px;
    margin-right: 150px;
}

@media screen and (min-width: 2350px) {
    .description-section {
      height: 450px;
    }
}

@media screen and (max-width: 2300px) {  
    .paper-boat-section,
    .waves-section {
        min-height: 150px;
        background-size: cover;
    }

    .description-div-text {
        margin-top: 50px;
    }
}

@media screen and (max-width: 2000px) {
    .fishes-section {
        min-height: 295px;
        background-image: url('../Assets/Subsides/fishes-bg.png');
        background-size: cover;
        margin:0;
    }
}

@media screen and (max-width: 1399px) {
    .links-section .links-section-image-container img {
        transform: translateX(-260px);
    }
}

@media screen and (max-width: 1200px) {
    .description-section {
      height: 330px;
    }

    .link-submit-button button {
        font-size: 24px;
        width: 250px;
        height: 50px;
    }

    .apply-section button {
        font-size: 25px;
        width: 250px;
        height: 50px;
    }

    .links-section .links-section-image-container {
        margin-top:75px;
        margin-bottom: 50px;
    }

    .links-section .links-section-image-container img {
        height: 175px;
        transform: translateX(-240px);
    }

    .links-section-container .links-section-container-button {
        font-size: 26px;
        width: 420px;
        height: 60px;
    }

    .link-container .link-button {
        font-size: 24px;
        width: 360px;
        height: 70px;
    }

    .fishes-section {
        min-height: 300px;
    }
}

@media screen and (max-width: 991px) {
    section .description-text-div {
        margin-bottom: 50px;
        padding: 0 30px 0 30px;
    }

    .description-section {
        height: 320px;
    }

    .links-section .links-section-image-container img {
        transform: translateX(-110px);
    }

    .waves-section,
    .paper-boat-section {
        min-height: 150px;
    }

    .link-container .link-button {
        font-size: 22px;
        width: 320px;
        height: 60px;
    }

    .fishes-section {
        min-height: 250px;
    }
}

@media screen and (max-width: 767px) {
    .links-section .links-section-image-container img {
        transform: translateX(-20px);
    }

    .links-section-container .links-section-container-button {
        font-size: 24px;
        width: 390px;
    }
}

@media screen and (max-width: 568px) {
    .form-section button {
        font-size: 22px;
        width: 250px;
        height: 50px;
    }

    .description-section {
        height: 300px;
    }

    .waves-section,
    .paper-boat-section {
        min-height: 100px;
    }

    .link-submit-button button {
        font-size: 20px;
        width: 220px;
        height: 45px;
    }

    .apply-section button {
        font-size: 20px;
        width: 220px;
        height: 45px;
    }

    .link-overlay .link-container {
        padding: 0px 20px 10px 20px;
    }

    .link-overlay .link-container .close-button {
        transform: translateY(-85px) translateX(10px);
    }

    .links-section .links-section-image-container img {
        transform: translateX(0px);
        height: 150px;
    }

    .links-section-container .links-section-container-button {
        font-size: 20px;
        width: 320px;
        height: 48px;
    }

    .link-container .link-button {
        font-size: 20px;
        width: 300px;
        height: 50px;
    }

    .fishes-section {
        min-height: 200px;
    }
}

@media screen and (max-width: 414px) {
    .description-section {
      height: 400px;
    }
}

@media screen and (max-width: 437px) {
    .hero-image-div img {
        min-height: auto;
    }
}

@media screen and (max-width: 376px) {
    .links-section .links-section-image-container img {
        height: 125px;
    }

    .links-section-container .links-section-container-button {
        font-size: 17px;
        width: 255px;
        height: 45px;
    }

    .link-container .link-button {
        font-size: 17px;
        width: 220px;
        height: 40px;
    }
}

@media screen and (max-width: 367px) {
    .description-section {
        height: 460px;
    }
}








